home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lwpwgw.txt < prev    next >
Text File  |  1993-03-09  |  2KB  |  95 lines

  1.  
  2. Instructions for configuring LWP DOS to work with Windows for WorkGroups:
  3.  
  4. LWP DOS can run with Windows for WorkGroups using the Novell ODINSUP driver.  The steps are provided below.
  5.  
  6. 1.  Install LWP DOS after installing Windows for WorkGroups.  Do nothave the install program update the system files.
  7.  
  8. 2.  Remove the NDIS MAC driver from CONFIG.SYS.
  9.  
  10. Example:
  11.  
  12. REM device=c:\winwg\ne2000.dos
  13.  
  14. 3.  Add the ODI drivers, including ODINSUP, to AUTOEXEC.BAT or LANWP.BAT.  They should be loaded before the NET START command.
  15.  
  16. Example:
  17.  
  18. LSL 
  19. NE2000
  20. ODINSUP
  21. TCPIP
  22.  
  23. 4.  Add a Protocol ODINSUP section to NET.CFG.
  24.  
  25. Example:
  26.  
  27. Protocol ODINSUP
  28.   Bind NE2000
  29.  
  30. 5.  Make sure all available frame types for the given physical network type are listed under the Link Driver section of NET.CFG.
  31.  
  32. Example (Ethernet):
  33.  
  34. Link Driver NE2000
  35.   Frame Ethernet_II
  36.   Frame Ethernet_802.3
  37.   Frame Ethernet_802.2
  38.   Frame Ethernet_SNAP
  39.  
  40. Example (Token-Ring):
  41.  
  42. Link Driver TOKEN
  43.   Frame Token-Ring
  44.   Frame Token-Ring_SNAP
  45.  
  46. 6.  Edit the PROTOCOL.INI file in the Windows directory.  Add a new section for the ODI driver.  The drivername is the ODI driver name followed by a dollar sign.  The other settings are the same as in the NDIS MAC driver section.
  47.  
  48. Example:
  49.  
  50. [ne2000]
  51. drivername=ne2000$
  52. interrupt=4
  53. ioaddress=0x340
  54.  
  55. 7.  Change all references to the NDIS MAC driver section in PROTOCOL.INI to the newly created ODI section.
  56.  
  57. Example (original statements commented out with ";"):
  58.  
  59. [network.setup]
  60. version=0x3100
  61. ;netcard=ms$ne2000,1,MS$NE2000
  62. netcard=ne2000,1,NE2000
  63. transport=ms$netbeui,MS$NETBEUI
  64. ;lana0=ms$ne2000,1,ms$netbeui
  65. lana0=ne2000,1,ms$netbeui
  66.  
  67. [protman]
  68. DriverName=PROTMAN$
  69. PRIORITY=MS$NETBEUI
  70.  
  71. [MS$NE2000]
  72. DriverName=MS2000$
  73. IOBASE=0x340
  74. INTERRUPT=4
  75.  
  76. [MS$NETBEUI]
  77. DriverName=netbeui$
  78. SESSIONS=10
  79. NCBS=32
  80. ;BINDINGS=MS$NE2000
  81. BINDINGS=NE2000
  82. LANABASE=0
  83.  
  84. 8.  Add the VTCPIP.386 driver to SYSTEM.INI.
  85.  
  86. Example:
  87.  
  88. [386enh]
  89. device=vtcpip.386
  90.  
  91. 9.  Replace the PROGMAN.INI and WIN.INI files with the PROGMAN.LWP and WIN.LWP files.
  92.  
  93.  
  94.  
  95.